services.akkoma.config.":pleroma".":frontends"

NixOS option

Frontend configuration. Users should rely on the default value and prefer to configure frontends through config.services.akkoma.frontends.

type: Elixir value
Default
lib.mapAttrs (key: val:
  (pkgs.formats.elixirConf { }).lib.mkMap { name = val.name; ref = val.ref; })
  config.services.akkoma.frontends;
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →